Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NCellCollection<TCell> Class / rCC Method


In This Topic
    rCC Method (NCellCollection<TCell>)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub rCC( _
       ByVal vGbh As NRow, _
       ByVal WGbh As System.Double, _
       ByVal xGbh As System.Double, _
       ByVal YGbh As System.Double, _
       ByVal Ahbh As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NCellCollection(Of TCell)
    Dim vGbh As NRow
    Dim WGbh As System.Double
    Dim xGbh As System.Double
    Dim YGbh As System.Double
    Dim Ahbh As System.Double
     
    instance.rCC(vGbh, WGbh, xGbh, YGbh, Ahbh)
    internal virtual void rCC( 
       NRow vGbh,
       System.double WGbh,
       System.double xGbh,
       System.double YGbh,
       System.double Ahbh
    )

    Parameters

    vGbh
    WGbh
    xGbh
    YGbh
    Ahbh
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also